Log In  
[back to top]

[ :: Read More :: ]

Cart #twwetcart-0 | 2023-08-03 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
9

Watch and be amazed :)

The longer You watch the more of the 3D Effect you will see.

If you press ⬆️ then you will access paint mode. 🎨
You can just paste this in pico-8.

pal({-15,1,-13,-4,12,6,7,-9},1)::w::
for x=0,127do 
y=(t()*t())%127
pset(x,y,abs((sin(x/160+t()/2)+cos(y/220)+sin(x/120))*3+rnd(tonum(btn(⬆️)))))
end flip()goto w

If you like this I have another one 4D Tweetcart

P#132694 2023-08-03 16:29

[ :: Read More :: ]

Failed Monsters

It is a dungeon shooter, something between games like Birds with guns, Nemonic crypt and others great shooter games.

I've been working on this quite a time now, I it truly a journey.
It is my first game with no help from tutorials and I am proud of it.🏅
I will probably make a trailer showing a bit of gameplay.📺
Thanks for reading this.📖

picture

  • Nes cartridge, because i like it.

  • Cardboard, because its different.

  • Obviously made with Pico :)

  • it will release somewhere between
    summer and autumn. 🍂
P#132237 2023-07-22 08:39 ( Edited 2023-07-30 08:40)

[ :: Read More :: ]

Cart #tweetcart-2 | 2023-05-06 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
8

Watch and be amazed :)

It was really fun to optimize the code to its limit.

You can just paste this in pico-8.
here is the code:(space is only included in this post)

i=line::h::n=t()/3x=cos(n)*40y=sin(n)*40q=128p=63u=-abs(x)/10for z=0,3do
j=z%2*q
k=z\2*q
i(j,k,x+p,y+p,u)i(j,k,p-x,p-y,u-1)i(j,k,p-x,y+p,u)i(j,k,x+p,p-y,u-1)end
for i=1,999do
pset(rnd(q),rnd(q),0)end
flip()goto h

Im not sure if I can compress it any further, but if you
see anything please comment it.

P#129444 2023-05-06 14:58 ( Edited 2023-05-07 15:16)

[ :: Read More :: ]

Cart #particles-0 | 2023-05-02 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
16

Just play around with it.

It´s just a tiny cool cart which fits under 180 token.

Controls:

  • c = Spawn dots.
  • x = Cool effect.
  • Up = Stop clearing the screen.

My favorite combinations are:

  • Keep pressing c+x.
  • Press c then press x and let go of the c button.
  • Keep pressing x+up then c for a second or so.

Comment your favorite combinations below.

P#129311 2023-05-02 14:03

[ :: Read More :: ]

Cart #pico_dots-3 | 2023-05-07 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
10

Pico Dots

You really love dots, so you decided to collect them.
Play alone, with a buddy or don´t even play at all.
Can you discover all the secrets?

Gamemodes:

•Singleplayer: Play alone and reach for the best highscore.
•Two player: Grab a buddy and play together or against each other.
•????????:Unlock after highscore of 20.
•????????:Unlock after highscore of 30.

Controls:

•Arrow keys to move.
•X/C/Z to confirm.
•Move through the wall like Snake.

Credits

Code/Art/SFX: me

Post your highscore in the comments

P#128066 2023-04-03 11:41 ( Edited 2023-05-07 15:19)

[ :: Read More :: ]

Cart #metrovania-2 | 2023-08-24 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
26

Pysical copy

Lil Red

Today is a day, like any other on the way to grandma's house, but today
you lost the SANDWICH!
Collect different abilities, while exploring this beautiful world, to help
you find the sacred SANDWICH 🥪.

Controls:

arrow keys to move
C to jump
X for ?????
D for death
Menu for Map🗺

❗️❗️❗️
Just noticed something
You can still move while viewing
The map.
So don't do it or you'll break the Game
❗️❗️❗️

Credits

Code/Art/SFX/music: me
Created during Metroidvania Month Game Jam 19

1.1 Upgrade

New stuff:

  • 3D map menu
  • better item collection
  • effects
  • NEW hut
  • better map
P#127819 2023-03-30 05:08 ( Edited 2023-08-24 14:20)